home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / disk / misc / yadi.lha / yadi.readme < prev   
Text File  |  1998-09-07  |  3KB  |  81 lines

  1. Short:    Yet Another Disk Imager  (v1.1)
  2. Uploader: adlroc@usa.net (Andre R. de la Rocha)
  3. Author:   adlroc@usa.net (Andre R. de la Rocha)
  4. Requires: OS1.3+
  5. Type:     disk/misc
  6.  
  7.  
  8.   YADI  ia  a  small  cli-only  program to transfer disk images to and from
  9. Amiga  devices.   Why another disk imager ?  Because the others suck.  Most
  10. of  them  can  only  handle 880kb disk images and only support standard low
  11. density  Amiga  drives handled by trackdisk device.  And even the ones that
  12. support  other  devices  force you to supply the exec device name and unit,
  13. (i.e.   trackdisk.device  unit  0,  instead  of df0:  ).  YADI is useful to
  14. store NDOS disks as files, make backups of devices, transfer Amiga disks to
  15. Amiga  emulators,  transfer Amiga disk images used in the emulators back to
  16. Amiga disks, etc.
  17.  
  18.  
  19. YADI features:
  20.   A  single program handles creation of disk images and also writes them to
  21. devices.
  22.   Supports  any Amiga device that supports trackdisk commands, of any size,
  23. using  any  filesystem.  This includes standard DF0:  to DF4:  (low or high
  24. density),   Cross-DOS  devices  like  PC0:,  Cross-Mac  devices,  diskspare
  25. devices, RAD: , hard disk partitions, ZIPs, etc.
  26.   You  supply the dos device name, i.e., DF1:, not trackdisk.device unit 1;
  27. RAD:, not ramdrive.device.
  28.   It  is  safe.   It  won't  let  you write a disk image over a device of a
  29. different  size.   So  you  can't write by accident a 880kb disk image over
  30. your hard disk partition.
  31.   Works in any Amiga with kickstart 1.3 (and maybe even 1.2) or newer.  But
  32. uses 2.0+ functions if available.
  33.   Is public domain.
  34.  
  35.  
  36.  Usage: yadi <command> <disk_image> <device>
  37.  
  38.  Commands :
  39.  
  40.      r :  Read (create) a disk image file _from_ a device.
  41.  
  42.      w :  Write a disk image file _to_ a device.  The device doesn't need
  43. to be formated.  It also verifies if the the data was written correctly.
  44.  
  45.  
  46.  
  47. Examples:
  48.  
  49. yadi r tst.dsk df0:
  50.  
  51. Will  read  the  contents  of the disk in drive DF0:  and save it as a disk
  52. image file in the current directory with the name tst.dsk .
  53.  
  54.  
  55.  
  56. yadi w ram:AmigaDemo.ADF rad:
  57.  
  58. Will write the disk image ram:AmigaDemo.ADF to RAD:
  59.  
  60.  
  61.  
  62. yadi r dh1:sys.backup dh0:
  63.  
  64. Will  save a image of your entire DH0:  partition as sys.backup in the root
  65. directory of your DH1:  partition.
  66.  
  67.  
  68.  
  69.  
  70.  
  71. History:
  72.  
  73. Version 1.0 : First release.
  74.  
  75. Version 1.1 : Fixed a bug present in the previous version.   When trying to
  76. read a disk image from a disk with a faulty or strange track, like the ones
  77. used  with  most  copy-protected  games, it used to skip the error, but the
  78. resulting  file  was  smaller  than it should be, making it useless to make
  79. disk images for game installers and other aplications.  Fixed.
  80.  
  81.